Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / SavePDF Method / SavePDF(String,Workbook[]) Method
The specified pdf file.
The workbook collection.
In This Topic
    SavePDF(String,Workbook[]) Method
    In This Topic
    Saves the datas from different workbooks to the specified pdf file.
    Syntax
    public void SavePDF( 
       System.string fileName,
       params Workbook[] workbooks
    )

    Parameters

    fileName
    The specified pdf file.
    workbooks
    The workbook collection.
    See Also